home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Miscellaneous / Headlines Code / Headlines Project ƒ / Spyoo.h < prev    next >
Text File  |  1992-06-24  |  314b  |  27 lines

  1. /*
  2.  * Spyoo.h
  3.  *
  4.  */
  5.  
  6.  
  7.  
  8. /******************************/
  9.  
  10. #pragma once
  11.  
  12. /******************************/
  13.  
  14. #include "HeadlinesMain.h"
  15.  
  16. /******************************/
  17.  
  18.  
  19.  
  20. extern OSErr readText(void);
  21.  
  22. extern OSErr evaluate(char *s, short deftag);
  23.  
  24.  
  25. extern void readLine(void);
  26. extern OSErr process(defn **theDefn);
  27.